[INFO] fetching crate smoljson 0.1.1...
[INFO] testing smoljson-0.1.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate smoljson 0.1.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate smoljson 0.1.1
[INFO] finished tweaking crates.io crate smoljson 0.1.1
[INFO] tweaked toml for crates.io crate smoljson 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate smoljson 0.1.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 12cd4dc5ff558c69f9f667dc72d598a2aae0db7f3e927a21bddbf965b795f54a
[INFO] running `Command { std: "docker" "start" "-a" "12cd4dc5ff558c69f9f667dc72d598a2aae0db7f3e927a21bddbf965b795f54a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12cd4dc5ff558c69f9f667dc72d598a2aae0db7f3e927a21bddbf965b795f54a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12cd4dc5ff558c69f9f667dc72d598a2aae0db7f3e927a21bddbf965b795f54a", kill_on_drop: false }`
[INFO] [stdout] 12cd4dc5ff558c69f9f667dc72d598a2aae0db7f3e927a21bddbf965b795f54a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5be7d4019e98860ec28b9ed2893303f5cfb0032b271677c58825daf30ee6d07f
[INFO] running `Command { std: "docker" "start" "-a" "5be7d4019e98860ec28b9ed2893303f5cfb0032b271677c58825daf30ee6d07f", kill_on_drop: false }`
[INFO] [stderr]    Compiling smoljson v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:152:33
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:154:37
[INFO] [stdout]     |
[INFO] [stdout] 154 |     #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:159:37
[INFO] [stdout]     |
[INFO] [stdout] 159 |         #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:167:41
[INFO] [stdout]     |
[INFO] [stdout] 167 |         #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:222:37
[INFO] [stdout]     |
[INFO] [stdout] 222 |         #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:242:41
[INFO] [stdout]     |
[INFO] [stdout] 242 |         #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/value.rs:88:17
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn take(&mut self) -> Value {
[INFO] [stdout]    |                 ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn take(&mut self) -> Value<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] running `Command { std: "docker" "inspect" "5be7d4019e98860ec28b9ed2893303f5cfb0032b271677c58825daf30ee6d07f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5be7d4019e98860ec28b9ed2893303f5cfb0032b271677c58825daf30ee6d07f", kill_on_drop: false }`
[INFO] [stdout] 5be7d4019e98860ec28b9ed2893303f5cfb0032b271677c58825daf30ee6d07f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 57288d9b80a8767df6f818ef91346d32adf40175ee6916e69b355d1c64636f37
[INFO] running `Command { std: "docker" "start" "-a" "57288d9b80a8767df6f818ef91346d32adf40175ee6916e69b355d1c64636f37", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:152:33
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:154:37
[INFO] [stdout]     |
[INFO] [stdout] 154 |     #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:159:37
[INFO] [stdout]     |
[INFO] [stdout] 159 |         #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:167:41
[INFO] [stdout]     |
[INFO] [stdout] 167 |         #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:222:37
[INFO] [stdout]     |
[INFO] [stdout] 222 |         #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:242:41
[INFO] [stdout]     |
[INFO] [stdout] 242 |         #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/value.rs:88:17
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn take(&mut self) -> Value {
[INFO] [stdout]    |                 ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn take(&mut self) -> Value<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling smoljson v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:152:33
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:154:37
[INFO] [stdout]     |
[INFO] [stdout] 154 |     #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:159:37
[INFO] [stdout]     |
[INFO] [stdout] 159 |         #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:167:41
[INFO] [stdout]     |
[INFO] [stdout] 167 |         #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:222:37
[INFO] [stdout]     |
[INFO] [stdout] 222 |         #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stdout]    --> src/read.rs:242:41
[INFO] [stdout]     |
[INFO] [stdout] 242 |         #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stdout]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/value.rs:88:17
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn take(&mut self) -> Value {
[INFO] [stdout]    |                 ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn take(&mut self) -> Value<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.30s
[INFO] running `Command { std: "docker" "inspect" "57288d9b80a8767df6f818ef91346d32adf40175ee6916e69b355d1c64636f37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57288d9b80a8767df6f818ef91346d32adf40175ee6916e69b355d1c64636f37", kill_on_drop: false }`
[INFO] [stdout] 57288d9b80a8767df6f818ef91346d32adf40175ee6916e69b355d1c64636f37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e9bb75ff1632470f5f9ce9a88fc667387f984eb3e1ee4e74f645233709e27a1e
[INFO] running `Command { std: "docker" "start" "-a" "e9bb75ff1632470f5f9ce9a88fc667387f984eb3e1ee4e74f645233709e27a1e", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stderr]    --> src/read.rs:152:33
[INFO] [stderr]     |
[INFO] [stderr] 152 |     #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stderr]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stderr]    --> src/read.rs:154:37
[INFO] [stderr]     |
[INFO] [stderr] 154 |     #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stderr]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stderr]    --> src/read.rs:159:37
[INFO] [stderr]     |
[INFO] [stderr] 159 |         #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stderr]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stderr]    --> src/read.rs:167:41
[INFO] [stderr]     |
[INFO] [stderr] 167 |         #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stderr]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stderr]    --> src/read.rs:222:37
[INFO] [stderr]     |
[INFO] [stderr] 222 |         #[cfg(any(debug_assertions, feature = "better_errors"))]
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stderr]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `better_errors`
[INFO] [stderr]    --> src/read.rs:242:41
[INFO] [stderr]     |
[INFO] [stderr] 242 |         #[cfg(not(any(debug_assertions, feature = "better_errors")))]
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default_allow_comments`
[INFO] [stderr]     = help: consider adding `better_errors` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/value.rs:88:17
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub fn take(&mut self) -> Value {
[INFO] [stderr]    |                 ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub fn take(&mut self) -> Value<'_> {
[INFO] [stderr]    |                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `smoljson` (lib) generated 7 warnings (run `cargo fix --lib -p smoljson` to apply 1 suggestion)
[INFO] [stderr] warning: `smoljson` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/smoljson-72bf81305a17e450)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test read::test::test_u16 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/read.rs (/opt/rustwide/target/debug/deps/read-fc044372842d53f3)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_parse ... ok
[INFO] [stdout] test test_focused ... ok
[INFO] [stdout] test test_escapes ... ok
[INFO] [stdout] test test_escape_replacement ... ok
[INFO] [stdout] test test_escape_surrogates2 ... ok
[INFO] [stdout] test test_escape_surrogates1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.32s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/write.rs (/opt/rustwide/target/debug/deps/write-a1cf846c459b47f5)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_obj ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests smoljson
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 10) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e9bb75ff1632470f5f9ce9a88fc667387f984eb3e1ee4e74f645233709e27a1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9bb75ff1632470f5f9ce9a88fc667387f984eb3e1ee4e74f645233709e27a1e", kill_on_drop: false }`
[INFO] [stdout] e9bb75ff1632470f5f9ce9a88fc667387f984eb3e1ee4e74f645233709e27a1e
